home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000089_news@newsmaster….columbia.edu _Tue Jul 22 12:57:52 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA06339
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Jul 1997 12:57:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA07808
  7.     for kermit.misc@watsun; Tue, 22 Jul 1997 12:57:20 -0400 (EDT)
  8. From: dz@mir.glas.apc.org (Dmitry the Zuryanovich)
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: arithmetics in scripts
  11. Date: 22 Jul 1997 14:43:45 +0400
  12. Organization: GlasNet
  13. Lines: 8
  14. Message-ID: <5r22t1$6p4@glas.apc.org>
  15. NNTP-Posting-Host: mir.glas.apc.org
  16. Mime-Version: 1.0
  17. Content-Type: text/plain; charset=koi8-r
  18. Content-Transfer-Encoding: 8bit
  19. X-Newsreader: TIN [version 1.2 PL2]
  20. Path: news.columbia.edu!psinntp!howland.erols.net!newsfeed.dacom.co.kr!newsfeed.kornet.nm.kr!news-stock.gsl.net!news-dc.gsl.net!gsl-penn-ns.gsl.net!news.gsl.net!news.rosprint.net!news.glas.apc.org!dz
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7367
  22.  
  23. Hm, 
  24. I do not understand rules of arithmetic operations in CKermit: looks
  25. like they do not operate with anything larger then bytes.
  26.  I want to count crc16 and then convert it to hex ( as 16 bit integer ),
  27. but it converts numbers like 123 to 313233 ( where 31h is ascii of '1' and
  28. so on).
  29.  Please , drop me a line about how to do it via mail to dz@mir.glasnet.ru.
  30. Ciao!